From 46d863fd0c65e103af196bfbbf87024d618d16d3 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Fri, 8 Dec 2006 11:06:28 +0000 Subject: [PATCH] Remove accidental double declaration of xen_vm_destroy. Signed-off-by: Ewan Mellor --- tools/libxen/include/xen_vm.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/libxen/include/xen_vm.h b/tools/libxen/include/xen_vm.h index c2fc5e42b9..714ade6b16 100644 --- a/tools/libxen/include/xen_vm.h +++ b/tools/libxen/include/xen_vm.h @@ -832,12 +832,4 @@ extern bool xen_vm_get_all(xen_session *session, struct xen_vm_set **result); -/** - * Destroy the specified VM. The VM is completely removed from the system. - * This function can only be called when the VM is in the Halted State. - */ -extern bool -xen_vm_destroy(xen_session *session, xen_vm vm); - - #endif -- 2.30.2